home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_tut / tomorrow.dum < prev    next >
Text File  |  1996-01-30  |  155b  |  7 lines

  1. -- Dummy solution to Outside Assignment 3
  2. separate (Nextdate)
  3. function Tomorrow(Today : in Date) return Date is
  4. begin
  5.    return Today;
  6. end Tomorrow;
  7.